home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Simpsons Cartoon Studio™ Demo / Simpdata / simpmain / 00033_loop button score script.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  163 b   |  10 lines

  1. global paletteVisibleP
  2.  
  3. on mouseDown
  4.   hideFieldHiliterSpr(appMgr)
  5.   if paletteVisibleP then
  6.     hidePalette(paletteMgr)
  7.   end if
  8.   loopBtnClick(interfaceMgr)
  9. end
  10.